go/types.exprInfo.typ (field)

7 uses

	go/types (current package)
		check.go#L31: 	typ   *Basic
		check.go#L436: 		if debug && isTyped(info.typ) {
		check.go#L437: 			check.dump("%v: %s (type %s) is typed", x.Pos(), x, info.typ)
		check.go#L440: 		check.recordTypeAndValue(x, info.mode, info.typ, info.val)
		expr.go#L505: 			check.dump("%v: found old type(%s): %s (new: %s)", x.Pos(), x, old.typ, typ)
		expr.go#L558: 		old.typ = under(typ).(*Basic)
		expr.go#L585: 		c := operand{old.mode, x, old.typ, old.val, 0}